task vote - Voting Task Command
Command Title
/task vote
Description
This command allows you to set up a task that rewards users with points for voting. This is a PREMIUM feature.
Usage
/task vote <enable> [reward]
Parameters
Required Parameters:
<enable>
: Whether to enable or disable the voting task.- Options:
True
,False
- Options:
Optional Parameters:
[reward]
: The number of points users will receive for voting. If left empty, a default reward may apply or the feature might be disabled if no reward is specified.
Examples
-
Example 1: Enable the voting task and set the reward to 10 points.
/task vote enable:True reward:10
-
Example 2: Disable the voting task.
/task vote enable:False
Notes
- This is a PREMIUM feature.
- Setting
<enable>
toFalse
will disable the voting task, regardless of the[reward]
value. - If
[reward]
is not specified when<enable>
isTrue
, a default reward amount may be applied (if configured by the bot developer), or the task might not activate until a reward is set.
FAQs
-
Q: Is the
/task vote
command a premium feature?A: Yes, this command is part of the bot's premium features.
-
Q: Can I change the reward amount after the task has been enabled?
A: Yes, you can run the command again with
enable:True
and a newreward
value to update it.